home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Hity z okladki / Diino 4 / diino4_Setup_En.exe / {app} / Diino.exe / 0 / RCDATA / TFRMBWDIALOG / TFRMBWDIALOG.txt
Text File  |  2006-11-06  |  935b  |  50 lines

  1. object frmBwDialog: TfrmBwDialog
  2.   Left = 1003
  3.   Top = 282
  4.   Width = 408
  5.   Height = 294
  6.   Color = clBtnFace
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OldCreateOrder = False
  13.   Position = poMainFormCenter
  14.   DesignSize = (
  15.     400
  16.     262)
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object btnOK: TButton
  20.     Left = 136
  21.     Top = 228
  22.     Width = 75
  23.     Height = 25
  24.     Anchors = [akLeft, akBottom]
  25.     Caption = 'OK'
  26.     ModalResult = 1
  27.     TabOrder = 0
  28.   end
  29.   object btnCancel: TButton
  30.     Left = 216
  31.     Top = 228
  32.     Width = 75
  33.     Height = 25
  34.     Anchors = [akLeft, akBottom]
  35.     Cancel = True
  36.     Caption = 'Cancel'
  37.     ModalResult = 2
  38.     TabOrder = 1
  39.   end
  40.   object gbOuter: TGroupBox
  41.     Left = 8
  42.     Top = 8
  43.     Width = 381
  44.     Height = 213
  45.     Anchors = [akLeft, akTop, akRight, akBottom]
  46.     Caption = 'gbOuter'
  47.     TabOrder = 2
  48.   end
  49. end
  50.